<!-- <block3> -->
<li id="searchbox">
<form method="get" action="/search/" id="searchform">
<input name="s" type="text" class="sbm-b" value="..." onfocus="if (this.value == '...') {this.value = '';}" onblur="if (this.value == '') {this.value = '...';}">
</form>
</li>
<!-- </block3> -->